home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-22 | 554 b | 16 lines | [TEXT/MPS ] |
- # Compile and build library
- c DirectoryCopy.c -mbg off
- c FileCopy.c -mbg off
- c FSpCompat.c -mbg off
- c MoreFiles.c -mbg off
- c MoreFilesExtras.c -mbg off
- lib DirectoryCopy.c.o FileCopy.c.o FSpCompat.c.o MoreFiles.c.o MoreFilesExtras.c.o -o ':Libraries:MoreFilesLib.o'
-
- # Compile and build library with MacsBug info
- c DirectoryCopy.c -mbg on
- c FileCopy.c -mbg on
- c FSpCompat.c -mbg on
- c MoreFiles.c -mbg on
- c MoreFilesExtras.c -mbg on
- lib DirectoryCopy.c.o FileCopy.c.o FSpCompat.c.o MoreFiles.c.o MoreFilesExtras.c.o -o ':Libraries:MoreFilesLib.o (debug)'
-